diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-02 15:32:37 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-02 15:32:37 +0900 |
| commit | 90b80d861cfd8ba239df395eecf87656e73c1e5f (patch) | |
| tree | ea79be1e03607bd027ce8a02633827180629de57 /app/[lng]/page.tsx | |
| parent | a29cdcb808f8928dd16092b3314c593555be97c0 (diff) | |
(김준회) 서버액션에 인가를 추가하기 위한 유틸리티 함수 추가 (HOF Pattern)
Diffstat (limited to 'app/[lng]/page.tsx')
| -rw-r--r-- | app/[lng]/page.tsx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/[lng]/page.tsx b/app/[lng]/page.tsx index d0018f40..3b7e5dc9 100644 --- a/app/[lng]/page.tsx +++ b/app/[lng]/page.tsx @@ -13,7 +13,8 @@ export default function LandingPage() { description: '기술 영업 단계에서의 RFQ를 관리할 수 있는 통합 플랫폼', icon: Briefcase, color: 'from-green-500 to-emerald-500', - href: '/sales', + // href: '/sales', + href: '/evcp', features: ['벤더 관리', '기술 영업 RFQ'], }, { @@ -22,7 +23,8 @@ export default function LandingPage() { description: '협력 업체에서 부터 마지막 발주까지 원스톱 구매 솔루션', icon: Package, color: 'from-blue-500 to-indigo-500', - href: '/procurement', + // href: '/procurement', + href: '/evcp', features: ['협력 업체 관리', '구매 관리'], }, { @@ -31,7 +33,8 @@ export default function LandingPage() { description: '벤더가 플랫폼을 통해 데이터와 문서를 제출할 수 있게 하고 TBE를 처리할 수 있는 플랫폼', icon: Settings, color: 'from-purple-500 to-violet-500', - href: '/engineering', + // href: '/engineering', + href: '/evcp', features: ['설계 기준정보 관리', 'TBE'], } ]; |
